home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Classicos / 4_ball_pong.swf / scripts / DefineButton2_116 / BUTTONCONDACTION on(press).as next >
Encoding:
Text File  |  2007-04-02  |  106 b   |  6 lines

  1. on(press){
  2.    startDrag("",0,left,top,right,bottom);
  3.    dragging = true;
  4.    _root.dragging = true;
  5. }
  6.